home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / bbs / ezrom22b.zip / COMMENT.BAT next >
DOS Batch File  |  1996-01-14  |  490b  |  12 lines

  1. REM
  2. REM  This batch file for use with the EZ-ROM door by Mike Robinson.
  3. REM  It inserts file COMMENT.TXT into ZIP files just prior to download.
  4. REM  It uses the free ZipCom program by Mike Robinson to insert COMMENT.TXT.
  5. REM  ZIPCOM.EXE should be in the current directory or on your DOS path.
  6. REM  Your .MAS or .CFG file should contain the command BEFOREBAT COMMENT.BAT
  7. REM  This command and batch file is for use in registered versions only.
  8. REM
  9.  
  10. ZIPCOM  COMMENT.TXT  %1\*.ZIP
  11.  
  12.